feat(git-id-switcher): unify command category prefix to Git ID Switcher#197
Merged
Conversation
BREAKING CHANGE: Command palette display names changed from "Git ID:" to "Git ID Switcher:" Changes: - Add "category": "Git ID Switcher" to all 3 commands in package.json - Remove "Git ID: " prefix from command titles in 17 package.nls files - Update command tables in all 26 language READMEs - Add previously missing "Show Documentation" command to README command lists - Bump version from 0.13.8 to 0.14.0 Migration: - Users searching for "Git ID:" in command palette should now search "Git ID Switcher:" - Keyboard shortcuts are NOT affected (command IDs unchanged) - Settings are NOT affected (configuration keys unchanged) 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Model-Raw: claude-opus-4-5-20251101
🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Model-Raw: claude-opus-4-5-20251101
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Git ID:/Git ID Switcher:to consistentGit ID Switcher:"category": "Git ID Switcher"to all 3 commands in package.jsonGit ID:prefix from 17 package.nls files (category now provides prefix)Show DocumentationcommandUsers who search for commands using
Git ID:prefix will need to update their search toGit ID Switcher:NOT affected:
Test plan
Git ID Switcher:prefix for all 3 commandsRelated: Issue-00068
🤖 Generated with Claude Code